11. Laser Measurements Part 1
Laser Measurements
00:00
00:00
Variable Definitions
To reinforce was what discussed in the video, here is an explanation of what each variable represents:
- z is the measurement vector. For a lidar sensor, the vector contains the and measurements.
- ** H** is the matrix that projects your belief about the object's current state into the measurement space of the sensor. For lidar, this is a fancy way of saying that we discard velocity information from the state variable since the lidar sensor only measures position: The state vector contains information about whereas the vector will only contain . Multiplying Hx allows us to compare x, our belief, with z, the sensor measurement.
- What does the prime notation in the vector represent? The prime notation like means you have already done the prediction step but have not done the measurement step yet. In other words, the object was at . After time , you calculate where you believe the object will be based on the motion model and get .
H Matrix Quiz
Find the right matrix to project from a 4D state to a 2D observation space, as follows:
Here are your options:
A.
B.
C.
D.
(Hint: first consider the matrix dimensions, then try to use a 0 or 1 to correctly project the components into the measurement space.)